Cosmetics
authorMatthias Clasen <mclasen@redhat.com>
Fri, 19 Mar 2021 00:30:07 +0000 (20:30 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 19 Mar 2021 02:53:37 +0000 (22:53 -0400)
Remove a stale comment.

gtk/gtktextlayoutprivate.h

index 368cfd0940c9c163979252a4f4ce4df7f5c1eacf..c1a8ed92a5a65c1e9f236fea48dd9ac84ffdb8d9 100644 (file)
@@ -113,19 +113,11 @@ struct _GtkTextLayout
   int width;
   int height;
 
-  /* Pixel offsets from the left and from the top to be used when we
-   * draw; these allow us to create left/top margins. We don't need
-   * anything special for bottom/right margins, because those don't
-   * affect drawing.
-   */
-  /* int left_edge; */
-  /* int top_edge; */
-
-  GtkTextBuffer *buffer;
-
   int left_padding;
   int right_padding;
 
+  GtkTextBuffer *buffer;
+
   /* Default style used if no tags override it */
   GtkTextAttributes *default_style;
 
@@ -140,7 +132,7 @@ struct _GtkTextLayout
 
   /* Whether we are allowed to wrap right now */
   int wrap_loop_count;
-  
+
   /* Whether to show the insertion cursor */
   guint cursor_visible : 1;